版权声明:本文为博主原创文章,转载请注明出处:http://blog.jerkybible.com/2013/10/19/2013-10-19-CODE 85 Rotate Image/
访问原文「CODE 85. Rotate Image」
You are given an n x n 2D matrix representing an image.
Rotate the image by 90 degrees (clockwise).
Follow up:
Could you do this in-place?
|
|